github.com/jackc/pgx/v5.derivedTypeInfo.Attnames (field)

3 uses

	github.com/jackc/pgx/v5 (current package)
		derived_types.go#L154: 	Attnames                                        []string
		derived_types.go#L180: 		err = rows.Scan(&ti.TypeName, &ti.NspName, &ti.Typtype, &ti.Typbasetype, &ti.Typelem, &ti.Oid, &ti.Rngtypid, &ti.Rngsubtype, &ti.Attnames, &ti.Atttypids)
		derived_types.go#L194: 			for i, fieldName := range ti.Attnames {